3.13 \(\int \text {csch}(c+d x) (a+b \tanh ^2(c+d x))^2 \, dx\)

Optimal. Leaf size=51 \[ -\frac {a^2 \tanh ^{-1}(\cosh (c+d x))}{d}-\frac {b (2 a+b) \text {sech}(c+d x)}{d}+\frac {b^2 \text {sech}^3(c+d x)}{3 d} \]

[Out]

-a^2*arctanh(cosh(d*x+c))/d-b*(2*a+b)*sech(d*x+c)/d+1/3*b^2*sech(d*x+c)^3/d

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 51, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {3664, 390, 207} \[ -\frac {a^2 \tanh ^{-1}(\cosh (c+d x))}{d}-\frac {b (2 a+b) \text {sech}(c+d x)}{d}+\frac {b^2 \text {sech}^3(c+d x)}{3 d} \]

Antiderivative was successfully verified.

[In]

Int[Csch[c + d*x]*(a + b*Tanh[c + d*x]^2)^2,x]

[Out]

-((a^2*ArcTanh[Cosh[c + d*x]])/d) - (b*(2*a + b)*Sech[c + d*x])/d + (b^2*Sech[c + d*x]^3)/(3*d)

Rule 207

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTanh[(Rt[b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rule 390

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Int[PolynomialDivide[(a + b*x^n)
^p, (c + d*x^n)^(-q), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && IGtQ[n, 0] && IGtQ[p, 0] && ILt
Q[q, 0] && GeQ[p, -q]

Rule 3664

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Sec[e + f*x], x]}, Dist[1/(f*ff^m), Subst[Int[((-1 + ff^2*x^2)^((m - 1)/2)*(a - b + b*ff^2*x^2)^p)/x^(
m + 1), x], x, Sec[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \text {csch}(c+d x) \left (a+b \tanh ^2(c+d x)\right )^2 \, dx &=\frac {\operatorname {Subst}\left (\int \frac {\left (a+b-b x^2\right )^2}{-1+x^2} \, dx,x,\text {sech}(c+d x)\right )}{d}\\ &=\frac {\operatorname {Subst}\left (\int \left (-b (2 a+b)+b^2 x^2+\frac {a^2}{-1+x^2}\right ) \, dx,x,\text {sech}(c+d x)\right )}{d}\\ &=-\frac {b (2 a+b) \text {sech}(c+d x)}{d}+\frac {b^2 \text {sech}^3(c+d x)}{3 d}+\frac {a^2 \operatorname {Subst}\left (\int \frac {1}{-1+x^2} \, dx,x,\text {sech}(c+d x)\right )}{d}\\ &=-\frac {a^2 \tanh ^{-1}(\cosh (c+d x))}{d}-\frac {b (2 a+b) \text {sech}(c+d x)}{d}+\frac {b^2 \text {sech}^3(c+d x)}{3 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.17, size = 50, normalized size = 0.98 \[ \frac {3 a^2 \log \left (\tanh \left (\frac {1}{2} (c+d x)\right )\right )-3 b (2 a+b) \text {sech}(c+d x)+b^2 \text {sech}^3(c+d x)}{3 d} \]

Antiderivative was successfully verified.

[In]

Integrate[Csch[c + d*x]*(a + b*Tanh[c + d*x]^2)^2,x]

[Out]

(3*a^2*Log[Tanh[(c + d*x)/2]] - 3*b*(2*a + b)*Sech[c + d*x] + b^2*Sech[c + d*x]^3)/(3*d)

________________________________________________________________________________________

fricas [B]  time = 0.90, size = 890, normalized size = 17.45 \[ \text {result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(d*x+c)*(a+b*tanh(d*x+c)^2)^2,x, algorithm="fricas")

[Out]

-1/3*(6*(2*a*b + b^2)*cosh(d*x + c)^5 + 30*(2*a*b + b^2)*cosh(d*x + c)*sinh(d*x + c)^4 + 6*(2*a*b + b^2)*sinh(
d*x + c)^5 + 4*(6*a*b + b^2)*cosh(d*x + c)^3 + 4*(15*(2*a*b + b^2)*cosh(d*x + c)^2 + 6*a*b + b^2)*sinh(d*x + c
)^3 + 12*(5*(2*a*b + b^2)*cosh(d*x + c)^3 + (6*a*b + b^2)*cosh(d*x + c))*sinh(d*x + c)^2 + 6*(2*a*b + b^2)*cos
h(d*x + c) + 3*(a^2*cosh(d*x + c)^6 + 6*a^2*cosh(d*x + c)*sinh(d*x + c)^5 + a^2*sinh(d*x + c)^6 + 3*a^2*cosh(d
*x + c)^4 + 3*(5*a^2*cosh(d*x + c)^2 + a^2)*sinh(d*x + c)^4 + 3*a^2*cosh(d*x + c)^2 + 4*(5*a^2*cosh(d*x + c)^3
 + 3*a^2*cosh(d*x + c))*sinh(d*x + c)^3 + 3*(5*a^2*cosh(d*x + c)^4 + 6*a^2*cosh(d*x + c)^2 + a^2)*sinh(d*x + c
)^2 + a^2 + 6*(a^2*cosh(d*x + c)^5 + 2*a^2*cosh(d*x + c)^3 + a^2*cosh(d*x + c))*sinh(d*x + c))*log(cosh(d*x +
c) + sinh(d*x + c) + 1) - 3*(a^2*cosh(d*x + c)^6 + 6*a^2*cosh(d*x + c)*sinh(d*x + c)^5 + a^2*sinh(d*x + c)^6 +
 3*a^2*cosh(d*x + c)^4 + 3*(5*a^2*cosh(d*x + c)^2 + a^2)*sinh(d*x + c)^4 + 3*a^2*cosh(d*x + c)^2 + 4*(5*a^2*co
sh(d*x + c)^3 + 3*a^2*cosh(d*x + c))*sinh(d*x + c)^3 + 3*(5*a^2*cosh(d*x + c)^4 + 6*a^2*cosh(d*x + c)^2 + a^2)
*sinh(d*x + c)^2 + a^2 + 6*(a^2*cosh(d*x + c)^5 + 2*a^2*cosh(d*x + c)^3 + a^2*cosh(d*x + c))*sinh(d*x + c))*lo
g(cosh(d*x + c) + sinh(d*x + c) - 1) + 6*(5*(2*a*b + b^2)*cosh(d*x + c)^4 + 2*(6*a*b + b^2)*cosh(d*x + c)^2 +
2*a*b + b^2)*sinh(d*x + c))/(d*cosh(d*x + c)^6 + 6*d*cosh(d*x + c)*sinh(d*x + c)^5 + d*sinh(d*x + c)^6 + 3*d*c
osh(d*x + c)^4 + 3*(5*d*cosh(d*x + c)^2 + d)*sinh(d*x + c)^4 + 4*(5*d*cosh(d*x + c)^3 + 3*d*cosh(d*x + c))*sin
h(d*x + c)^3 + 3*d*cosh(d*x + c)^2 + 3*(5*d*cosh(d*x + c)^4 + 6*d*cosh(d*x + c)^2 + d)*sinh(d*x + c)^2 + 6*(d*
cosh(d*x + c)^5 + 2*d*cosh(d*x + c)^3 + d*cosh(d*x + c))*sinh(d*x + c) + d)

________________________________________________________________________________________

giac [B]  time = 0.23, size = 126, normalized size = 2.47 \[ -\frac {3 \, a^{2} \log \left (e^{\left (d x + c\right )} + 1\right ) - 3 \, a^{2} \log \left ({\left | e^{\left (d x + c\right )} - 1 \right |}\right ) + \frac {2 \, {\left (6 \, a b e^{\left (5 \, d x + 5 \, c\right )} + 3 \, b^{2} e^{\left (5 \, d x + 5 \, c\right )} + 12 \, a b e^{\left (3 \, d x + 3 \, c\right )} + 2 \, b^{2} e^{\left (3 \, d x + 3 \, c\right )} + 6 \, a b e^{\left (d x + c\right )} + 3 \, b^{2} e^{\left (d x + c\right )}\right )}}{{\left (e^{\left (2 \, d x + 2 \, c\right )} + 1\right )}^{3}}}{3 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(d*x+c)*(a+b*tanh(d*x+c)^2)^2,x, algorithm="giac")

[Out]

-1/3*(3*a^2*log(e^(d*x + c) + 1) - 3*a^2*log(abs(e^(d*x + c) - 1)) + 2*(6*a*b*e^(5*d*x + 5*c) + 3*b^2*e^(5*d*x
 + 5*c) + 12*a*b*e^(3*d*x + 3*c) + 2*b^2*e^(3*d*x + 3*c) + 6*a*b*e^(d*x + c) + 3*b^2*e^(d*x + c))/(e^(2*d*x +
2*c) + 1)^3)/d

________________________________________________________________________________________

maple [A]  time = 0.24, size = 63, normalized size = 1.24 \[ \frac {-2 a^{2} \arctanh \left ({\mathrm e}^{d x +c}\right )-\frac {2 a b}{\cosh \left (d x +c \right )}+b^{2} \left (-\frac {\sinh ^{2}\left (d x +c \right )}{\cosh \left (d x +c \right )^{3}}-\frac {2}{3 \cosh \left (d x +c \right )^{3}}\right )}{d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(d*x+c)*(a+b*tanh(d*x+c)^2)^2,x)

[Out]

1/d*(-2*a^2*arctanh(exp(d*x+c))-2*a*b/cosh(d*x+c)+b^2*(-sinh(d*x+c)^2/cosh(d*x+c)^3-2/3/cosh(d*x+c)^3))

________________________________________________________________________________________

maxima [B]  time = 0.35, size = 196, normalized size = 3.84 \[ -\frac {2}{3} \, b^{2} {\left (\frac {3 \, e^{\left (-d x - c\right )}}{d {\left (3 \, e^{\left (-2 \, d x - 2 \, c\right )} + 3 \, e^{\left (-4 \, d x - 4 \, c\right )} + e^{\left (-6 \, d x - 6 \, c\right )} + 1\right )}} + \frac {2 \, e^{\left (-3 \, d x - 3 \, c\right )}}{d {\left (3 \, e^{\left (-2 \, d x - 2 \, c\right )} + 3 \, e^{\left (-4 \, d x - 4 \, c\right )} + e^{\left (-6 \, d x - 6 \, c\right )} + 1\right )}} + \frac {3 \, e^{\left (-5 \, d x - 5 \, c\right )}}{d {\left (3 \, e^{\left (-2 \, d x - 2 \, c\right )} + 3 \, e^{\left (-4 \, d x - 4 \, c\right )} + e^{\left (-6 \, d x - 6 \, c\right )} + 1\right )}}\right )} + \frac {a^{2} \log \left (\tanh \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )\right )}{d} - \frac {4 \, a b}{d {\left (e^{\left (d x + c\right )} + e^{\left (-d x - c\right )}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(d*x+c)*(a+b*tanh(d*x+c)^2)^2,x, algorithm="maxima")

[Out]

-2/3*b^2*(3*e^(-d*x - c)/(d*(3*e^(-2*d*x - 2*c) + 3*e^(-4*d*x - 4*c) + e^(-6*d*x - 6*c) + 1)) + 2*e^(-3*d*x -
3*c)/(d*(3*e^(-2*d*x - 2*c) + 3*e^(-4*d*x - 4*c) + e^(-6*d*x - 6*c) + 1)) + 3*e^(-5*d*x - 5*c)/(d*(3*e^(-2*d*x
 - 2*c) + 3*e^(-4*d*x - 4*c) + e^(-6*d*x - 6*c) + 1))) + a^2*log(tanh(1/2*d*x + 1/2*c))/d - 4*a*b/(d*(e^(d*x +
 c) + e^(-d*x - c)))

________________________________________________________________________________________

mupad [B]  time = 0.15, size = 160, normalized size = 3.14 \[ \frac {8\,b^2\,{\mathrm {e}}^{c+d\,x}}{3\,d\,\left (2\,{\mathrm {e}}^{2\,c+2\,d\,x}+{\mathrm {e}}^{4\,c+4\,d\,x}+1\right )}-\frac {8\,b^2\,{\mathrm {e}}^{c+d\,x}}{3\,d\,\left (3\,{\mathrm {e}}^{2\,c+2\,d\,x}+3\,{\mathrm {e}}^{4\,c+4\,d\,x}+{\mathrm {e}}^{6\,c+6\,d\,x}+1\right )}-\frac {2\,{\mathrm {e}}^{c+d\,x}\,\left (b^2+2\,a\,b\right )}{d\,\left ({\mathrm {e}}^{2\,c+2\,d\,x}+1\right )}-\frac {2\,\mathrm {atan}\left (\frac {a^2\,{\mathrm {e}}^{d\,x}\,{\mathrm {e}}^c\,\sqrt {-d^2}}{d\,\sqrt {a^4}}\right )\,\sqrt {a^4}}{\sqrt {-d^2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*tanh(c + d*x)^2)^2/sinh(c + d*x),x)

[Out]

(8*b^2*exp(c + d*x))/(3*d*(2*exp(2*c + 2*d*x) + exp(4*c + 4*d*x) + 1)) - (8*b^2*exp(c + d*x))/(3*d*(3*exp(2*c
+ 2*d*x) + 3*exp(4*c + 4*d*x) + exp(6*c + 6*d*x) + 1)) - (2*exp(c + d*x)*(2*a*b + b^2))/(d*(exp(2*c + 2*d*x) +
 1)) - (2*atan((a^2*exp(d*x)*exp(c)*(-d^2)^(1/2))/(d*(a^4)^(1/2)))*(a^4)^(1/2))/(-d^2)^(1/2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a + b \tanh ^{2}{\left (c + d x \right )}\right )^{2} \operatorname {csch}{\left (c + d x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(d*x+c)*(a+b*tanh(d*x+c)**2)**2,x)

[Out]

Integral((a + b*tanh(c + d*x)**2)**2*csch(c + d*x), x)

________________________________________________________________________________________